Method GetObjectProps<TProps>(long, List<RedbValue>, long, int, ConcurrentBag<long>)

Assembly: redb.Core.Pro.dll

Analog of get_object_json - works with values from MEMORY!
SQL: lines 243-331 in redb_json_objects.sql

public TProps GetObjectProps<TProps>(long objectId, List<RedbValue> allValuesForObject, long schemeId, int maxDepth, ConcurrentBag<long> nestedObjectIdsCollector) where TProps : class, new()